projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce3a639
)
ARM: UniPhier: add CONFIG_SPL_MAX_FOOTPRINT
author
Masahiro Yamada
<
[email protected]
>
Sun, 22 Mar 2015 15:07:27 +0000
(
00:07
+0900)
committer
Masahiro Yamada
<
[email protected]
>
Mon, 23 Mar 2015 15:15:40 +0000
(
00:15
+0900)
The Boot ROM of UniPhier platform only loads 64KB image. We should
always make sure that SPL memory footprint is less than that.
Signed-off-by: Masahiro Yamada <
[email protected]
>
include/configs/uniphier.h
patch
|
blob
|
history
diff --git
a/include/configs/uniphier.h
b/include/configs/uniphier.h
index db1e08f81a88324105499972f28ca9de41a41eed..d2d88dd29e14af124168d61c0cc76d21220869fa 100644
(file)
--- a/
include/configs/uniphier.h
+++ b/
include/configs/uniphier.h
@@
-296,4
+296,6
@@
#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x10000
+#define CONFIG_SPL_MAX_FOOTPRINT 0x10000
+
#endif /* __CONFIG_UNIPHIER_COMMON_H__ */